home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / circuits / irsim-ca.2 / irsim-ca / irsim-cap-9.2 / README.first < prev    next >
Text File  |  1995-11-03  |  3KB  |  71 lines

  1. This is my port of IRSIM-CAP to Linux.
  2. IRSIM-CAP is an improved version of IRSIM which includes some code 
  3. to do power estimation through toggle counts. 
  4. The original version of IRSIM-CAP was based on IRSIM version 9.0
  5. and is available by anonymous ftp at:
  6.  
  7.     infopad.eecs.berkeley.edu/pub/irsim-cap.tar.Z
  8.  
  9. The present version of IRSIM-CAP is instead based on IRSIM version 9.2
  10. and hence includes the fault-simulator IFSIM.
  11.  
  12.  
  13. Note:
  14.       There is also an IRSIM version 9.3, vailable by anonymous ftp at:
  15.       gatekeeper.dec.com/pub/DEC/magic/6.4/irsim-9.3.tar.Z
  16.       which includes  power estimation (see the files README.irsim9.3 and 
  17.       man/irsim9.3.powerEst.doc)
  18.       IRSIM-CAP, however, provides some interesting features not found in 
  19.       IRSIM version 9.3,  see the file man/irsim-cap.doc
  20.  
  21.  
  22.  
  23. Further modifications with respect to IRSIM-CAP version 9.0:
  24.  
  25. 1) (file  src/irsim/rsim.c)  the command  sumcap now yields:
  26.     (a) the sum of all capacitances minus Vdd and Gnd capacitances
  27.        (b) Vdd and Gnd capacitances
  28.  
  29. 2) (file  src/irsim/rsim.c)  the command vsupply has been added to calculate
  30.     power dissipation, like IRSIM 9.3 
  31.     The default value of vsupply is 5V 
  32.  
  33. 3) (file  src/irsim/rsim.c)  the command  sumeffcapcap now yields:
  34.     (a) the total effective capacitance charged from 0->1 
  35.        (b) the elapsed time from the last zeropower command 
  36.     (c) the total power dissipation of captraced nodes: 
  37.         Pd=Ceff*Vsupply*Vsupply/Telapsed
  38.  
  39. 4) (file  src/irsim/rsim.c)  the command  capreport now yields also
  40.     the power dissipation of each captraced node. 
  41.  
  42. 5) (file   src/ana11/postscript.c):
  43.     the user name is printed in the banner.
  44.  
  45.  
  46.  
  47. To compile IRSIM-CAP run the make_irsim script.  
  48. To install IRSIM-CAP set CAD_HOME to whatever is appropriate in your system and run 
  49. the install_irsim script.
  50.  
  51. To make the fault simulator: first use the make_irsim script to build IRSIM-CAP, 
  52. then (before cleaning anything in irsim) run the  make_ifsim script.
  53. To install IFSIM-CAP set CAD_HOME to whatever is appropriate in your system and run 
  54. the install_ifsim script.
  55.  
  56. Note that in this distribution, in the bin/ directory, there is already a 
  57. binary version of IRSIM-CAP and IFSIM-CAP, obtained by using 
  58. gcc ver. 2.5.8 (Linux ver. 1.0.9)
  59.  
  60.  
  61. If you find bugs or have questions, or suggestions, please contact
  62. me by sending mail to strollo@dispo.dis.unina.it
  63.  
  64. Good luck ....
  65.  
  66.  
  67.                     Antonio Strollo, 
  68.                     Dept. of Electonics,
  69.                     University of Naples, Italy
  70.                     strollo@dispo.dis.unina.it
  71.                     November, 3, 1995